home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / A-B / ActionItems 2.4.cpt / ActionItems 2.4 / background_27916.txt < prev    next >
Text File  |  1989-02-26  |  330b  |  14 lines

  1. -- background: 27916 from stack: in.4
  2. -- bmap block id: 0
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: About...
  6. ----- HyperTalk script -----
  7. on enterKey
  8.   set hilite of card button "Done" to true
  9.   visual effect iris close
  10.   set hilite of card button "Done" to false
  11.   put "" into card field "About...Text"
  12.   pop card
  13. end enterKey
  14.